Tyler Ritchie contributes Land Air Sea format for GPS Tracking Key Pro.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 14 Feb 2011 16:57:35 +0000 (16:57 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 14 Feb 2011 16:57:35 +0000 (16:57 +0000)
(Doc just roughed in for now.)

gpsbabel/style/land_air_sea.style [new file with mode: 0644]
gpsbabel/xmldoc/formats/land_air_sea.xml [new file with mode: 0644]

diff --git a/gpsbabel/style/land_air_sea.style b/gpsbabel/style/land_air_sea.style
new file mode 100644 (file)
index 0000000..a8eb992
--- /dev/null
@@ -0,0 +1,24 @@
+# Format: GPS Tracking Key Pro text file
+# Author: Tyler Ritchie
+#   Date: 2011.02.04
+
+DESCRIPTION GPS Tracking Key Pro text
+EXTENSION txt
+ENCODING LATIN1
+
+DATUM WGS 84
+DATATYPE TRACK
+#File layout definitions
+
+FIELD_DELIMITER COMMA
+RECORD_DELIMITER NEWLINE
+
+# Individual data fields in order of appearance
+
+IFIELD LOCAL_TIME,"","%m-%d-%Y"
+IFIELD HMSG_TIME,"","%d:%d:%d"
+IFIELD LAT_HUMAN_READABLE,"","%c %d°%d'%f\""
+IFIELD LON_HUMAN_READABLE,"","%c %d°%d'%f\""
+IFIELD PATH_SPEED_MPH,"","%.1fmph"
+IFIELD IGNORE,"","%s" #This is the bearing data
+IFIELD ALT_FEET,"","%dft"
diff --git a/gpsbabel/xmldoc/formats/land_air_sea.xml b/gpsbabel/xmldoc/formats/land_air_sea.xml
new file mode 100644 (file)
index 0000000..5140fa1
--- /dev/null
@@ -0,0 +1,18 @@
+<para>
+Read-only support for the text format exported by Land Air Sea's (Windows only) Past-Track software. This may also work for importing text formatted files from Victoria GPS Tracking, GPS Tracking Key and Land Air Sea's other devices.
+</para>
+
+<para>
+Implementation
+</para>
+
+<para>
+The text format of the GPS Tracking Key Pro contains one route coordinate per line and is of the format:
+</para>
+
+<para>
+01-24-2011,09:12:30,N 48°51'57.9738",W 123°11'48.1354",20.5mph,83.8°,357ft
+</para>
+<para>
+GPS Babel style file correctly imports all data except for bearing (which is un-needed). Since there is no way to create waypoints or routes on the device itself, the text file is read in as one large track.
+</para>